From: Markus Stenberg Date: Wed, 2 Sep 2015 09:35:37 +0000 (+0300) Subject: hnetd: Now disable in dnsmasq both rebind_protection and boguspriv by default, so... X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=444888b4bd7843084e9aa299fc4d36598b26faca;p=feed%2Frouting.git hnetd: Now disable in dnsmasq both rebind_protection and boguspriv by default, so that IPv4 naming works 'as expected' with multiple routers without user configuration. --- diff --git a/hnetd/files/hnetd.defaults b/hnetd/files/hnetd.defaults index 8dc7871..f9ed705 100644 --- a/hnetd/files/hnetd.defaults +++ b/hnetd/files/hnetd.defaults @@ -1,7 +1,14 @@ #!/bin/sh +# Why we tune dnsmasq? +# localservice=0 => other hnetd instances can query for local names +# rebind_protection=0 => accept RFC1918 names from the other hnetd instances +# boguspriv=0 => allow reverse resolution of RFC1918 w/o local hosts entries + uci batch <